Uses of Class
edu.uky.ai.csp.Sudoku
| Package | Description |
|---|---|
| edu.uky.ai.csp |
Contains classes for representing and solving simple constraint
satisfaction problems.
|
-
Uses of Sudoku in edu.uky.ai.csp
Fields in edu.uky.ai.csp declared as Sudoku Modifier and Type Field Description static SudokuProblems. EASY_SUDOKUA Sudoku puzzle which can be solved by constraint propagation alonestatic SudokuProblems. HARD_SUDOKUA Sudoku in which no values can be discovered by constraint propagation (called "the hardest Sudoku puzzle in the world" by some)static SudokuProblems. MEDIUM_SUDOKUA Sudoku in which some but not all values can be discovered by constraint propagation